home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global x
- if rollOver(20) and (x <> 1) then
- puppetSound("corp sound")
- set x to 1
- else
- if rollOver(21) and (x <> 2) then
- puppetSound("nevada sound")
- set x to 2
- else
- if rollOver(22) and (x <> 3) then
- puppetSound("economic sound")
- set x to 3
- else
- if rollOver(23) and (x <> 4) then
- puppetSound("rig sound")
- set x to 4
- else
- if rollOver(24) and (x <> 5) then
- puppetSound("staff sound")
- set x to 5
- else
- if rollOver(25) and (x <> 6) then
- puppetSound("tools sound")
- set x to 6
- else
- if rollOver(26) and (x <> 7) then
- puppetSound("eagle sound")
- set x to 7
- else
- if rollOver(27) and (x <> 8) then
- puppetSound("glossary sound")
- set x to 8
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-